home *** CD-ROM | disk | FTP | other *** search
- > Does amos support booleans ?
-
- No.
-
- > I need an array of 19 x 29 x 3 Booleans..
- >
- > I know I can stuff the three bits in one integer...
- > But then I must check with 'AND's.. which is slow.
- > And add them with 'OR's..
-
- Or use the Btst function. You can test specific bits of an integer
- and it's probably implemented with an identical machine language instruction
- so it is probably pretty fast.
-
-